a11y: Handle HIDDEN state changes
authorMatthias Clasen <mclasen@redhat.com>
Sat, 24 Oct 2020 15:14:18 +0000 (11:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Oct 2020 15:17:56 +0000 (11:17 -0400)
commitb12992c1cbf96ed7b6c46caf0fc1de40a35b9c92
tree42f26219d8295656cd20e4b64919352251680fe3
parent374a451eeb6e8791fd131862082e742143579b63
a11y: Handle HIDDEN state changes

Hidden elements are not presented in the accessible
tree, so when then HIDDEN state changes, we should
emit child-added or -removed signals.

This commit does not yet handle all cases (HIDDEN
toplevels or hidden stack pages are not handled),
but it should cover the common case.
gtk/a11y/gtkatspicontext.c